admin: Add set-origin command
authorColin Walters <walters@verbum.org>
Fri, 16 Jan 2015 18:07:26 +0000 (13:07 -0500)
committerColin Walters <walters@verbum.org>
Mon, 19 Jan 2015 18:55:20 +0000 (13:55 -0500)
commit6bbfa5f85a936adeb31d88fa4b27f106fc2b38cf
tree83d49428fa64861d8f55b3a4a4c26a3fb9b6111b
parent886913abdc649bbf340ce8c890a517a2c9bbb6f6
admin: Add set-origin command

See projectatomic/rpm-ostree#42 for rationale. There are two high
level use cases:

 - If the OS comes unconfigured, this is a way to point it at a repo of your choice.
 - To switch between repositories while keeping the same branch easily.
Makefile-ostree.am
doc/Makefile.am
doc/ostree-admin-set-origin.xml [new file with mode: 0644]
doc/ostree-admin.xml
src/ostree/ot-admin-builtin-set-origin.c [new file with mode: 0644]
src/ostree/ot-admin-builtins.h
src/ostree/ot-builtin-admin.c
tests/admin-test.sh